home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMDELETEUSER / TFORMDELETEUSER.txt
Text File  |  2005-01-28  |  1KB  |  65 lines

  1. object FormDeleteUser: TFormDeleteUser
  2.   Left = 360
  3.   Top = 261
  4.   HelpContext = 442
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Delete User'
  8.   ClientHeight = 154
  9.   ClientWidth = 244
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 244
  25.     Height = 97
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 18
  30.       Top = 18
  31.       Width = 209
  32.       Height = 16
  33.       Caption = 'Please select a user name to delete'
  34.     end
  35.     object ComboBox1: TComboBox
  36.       Left = 18
  37.       Top = 45
  38.       Width = 209
  39.       Height = 24
  40.       Style = csDropDownList
  41.       ItemHeight = 16
  42.       TabOrder = 0
  43.     end
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 44
  47.     Top = 112
  48.     Width = 67
  49.     Height = 29
  50.     Caption = '&Delete'
  51.     Default = True
  52.     TabOrder = 1
  53.     OnClick = BitBtn1Click
  54.   end
  55.   object BitBtn2: TBitBtn
  56.     Left = 138
  57.     Top = 112
  58.     Width = 67
  59.     Height = 29
  60.     Caption = 'E&xit'
  61.     TabOrder = 2
  62.     OnClick = BitBtn2Click
  63.   end
  64. end
  65.